home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE23
/
PZAZZDEM
/
PZAZZDEM.ZIP
/
PZDEMO
/
PZDLABEL.DFM
/
PZDLABEL.txt
Wrap
Text File
|
1996-12-11
|
4KB
|
171 lines
object PZLabelForm: TPZLabelForm
Left = 204
Top = 124
Width = 597
Height = 420
Caption = 'PZLabel'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
FormStyle = fsMDIChild
Position = poDefault
Visible = True
OnClose = FormClose
OnCreate = FormCreate
OnDeactivate = FormDeactivate
PixelsPerInch = 96
TextHeight = 13
object HeaderPanel: TPZBitmapPanel
Left = 0
Top = 0
Width = 589
Height = 37
Align = alTop
Background.Transparent = False
Background.Style = bsTiled
BevelInner = bvLowered
BevelOuter = bvNone
BorderWidth = 4
TabOrder = 0
object PZShaded1: TPZShaded
Left = 5
Top = 5
Width = 579
Height = 27
Align = alClient
Caption = 'PZLabel'
Font.Color = clBlack
Font.Height = -21
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
StartColor = clWhite
EndColor = 8454143
Graduation = 10
Direction = drHorizontalInOut
end
end
object DescrPanel: TPZBitmapPanel
Left = 0
Top = 37
Width = 213
Height = 356
Align = alLeft
Background.Transparent = False
Background.Style = bsTiled
BevelInner = bvLowered
BevelOuter = bvNone
BevelWidth = 4
BorderWidth = 4
TabOrder = 1
object PZLabel3: TPZLabel
Left = 8
Top = 171
Width = 197
Height = 165
Align = alTop
Caption = '\lbThe label can be horizonally and vertically justified.'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
HorzAlignment = haCenter
ParentFont = False
VertAlignment = vaTop
end
object PZLabel4: TPZLabel
Left = 8
Top = 28
Width = 197
Height = 143
Align = alTop
Caption =
'\lbWith PZLabel you can change the appearance of part or all of ' +
'the label by using special control strings placed within the lab' +
'el'#39's caption property.\lb\lbThe control strings define bold, ita' +
'lic, underline and color.'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
HorzAlignment = haCenter
ParentFont = False
VertAlignment = vaTop
end
object PZLabel2: TPZLabel
Left = 8
Top = 8
Width = 197
Height = 20
Align = alTop
Caption = 'Description:'
Font.Color = clNavy
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
HorzAlignment = haCenter
ParentFont = False
VertAlignment = vaTop
end
end
object ResultsPanel: TPZBitmapPanel
Left = 213
Top = 37
Width = 376
Height = 356
Align = alClient
Background.Transparent = False
Background.Style = bsTiled
BevelInner = bvLowered
BevelOuter = bvNone
BevelWidth = 4
BorderWidth = 4
TabOrder = 2
object PZLabel5: TPZLabel
Left = 8
Top = 8
Width = 360
Height = 20
Align = alTop
Caption = 'Example:'
Font.Color = clNavy
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
HorzAlignment = haCenter
ParentFont = False
VertAlignment = vaTop
end
object OutputPanel: TPZBitmapPanel
Left = 8
Top = 28
Width = 360
Height = 320
Align = alClient
Background.Transparent = False
Background.Style = bsTiled
BevelOuter = bvNone
BorderWidth = 8
TabOrder = 0
object ResultsLabel: TPZLabel
Left = 8
Top = 8
Width = 344
Height = 304
Align = alClient
Color = clWhite
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Arial'
Font.Style = []
HorzAlignment = haCenter
ParentColor = False
ParentFont = False
Transparent = False
VertAlignment = vaCenter
end
end
end
end